lcDrwAddFilling Home

Adds a new filling style into a drawing.

 HANDLE lcDrwAddFilling (
   HANDLE hDrw,
   LPCWSTR szName
 );

Parameters
hDrw
  Handle to a drawing object.
szName
  Style name. Must be different from exist filling styles.

Return Value

  Handle to the new filling style.
If the function fails, the return value is NULL.

See Also

  lcFillSetLine,  
Code sample 1,   Code sample 2